Define GNU libc symbols unconditionally
authorEmmanuele Bassi <ebassi@src.gnome.org>
Sun, 10 Jun 2007 17:25:16 +0000 (17:25 +0000)
committerEmmanuele Bassi <ebassi@src.gnome.org>
Sun, 10 Jun 2007 17:25:16 +0000 (17:25 +0000)
commit9b43c45d26ddcff86dbdf09dbfd93f53e0d57dc4
tree7ebdcec2f4c806ce8102b45e2d57c2b57fabca40
parentf7ba83c61315d5e08bae884639c3a448722f9acf
Define GNU libc symbols unconditionally

Unconditionally define _GNU_SOURCE and XOPEN_SOURCE, in order to make
the simple search engine backend build on really ancient GNU libc
(see bug 444097), which have ftw.h but need those symbols defined even
to export a POSIX-like ftw() and friends.

svn path=/trunk/; revision=18096
ChangeLog
gtk/gtksearchenginesimple.c